home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 126-150 / disk_129 / patch / ver1.3 / readme < prev    next >
Text File  |  1992-05-06  |  1KB  |  25 lines

  1. This distribution contains an "Amigaized" version of the patch program
  2. which is commonly used for applying updates to source files which were
  3. distributed in the form of "diff" (a Unix utility) output files.
  4.  
  5. Even though "diff" is not available for the amiga, many people doing
  6. software development on the amiga also have access to and use Unix.
  7. Having a version of patch which runs on the amiga will allow these people
  8. to distribute fixes/enhancements in the form of "diff" output without
  9. causing inconvenience to recipients who do not have access to Unix.
  10. All features of patch are retained in the Amiga version except for the
  11. ability to handle the "ed script" form of "diff" output.
  12.  
  13. Both a source file and a uuencoded binary of patch have been included.
  14. All changes made to the source file for portability to the Amiga were made
  15. using a "#ifdef AMIGA" conditional.  Therfore the same source may be used
  16. for creating both Amiga and Unix versions of patch.  Lattice C, version 4,
  17. was used to compile the included binary.  The file "Makefile.amiga" is a
  18. copy of the Makefile I used for creating the Amiga binary and it includes
  19. all of the compiler and linker options used.
  20.  
  21.  
  22. Rick Coupland
  23.  
  24. usenet: hao!noao!mcdsun!nud!anasazi!tower!rick!rick
  25.